home *** CD-ROM | disk | FTP | other *** search
- /* %filename% -- modeless dialog */
- /* Created %date% %time% by AppMaker */
-
- typedef struct {
- %for each item gen dialog field%
-
- %if not haveField%
- short dummy;
- %endif%
- } %dlogname%Rec, *%dlogname%RecPtr;
-
- extern DialogPtr %dlogname%Dialog;
-
- /*----------*/
- void Init%dlogname%% %(void);
- void Do%dlogname%% %(void);
- void Close%dlogname%% %(void);
- Boolean Filter%dlogname%% %(DialogPtr whichDialog,
- EventRecord *event,
- short *itemHit);
- void Do%dlogname%Item% %(short itemNr);
-